@import url('https://fonts.googleapis.com/css?family=Kanit:400,700|Lato:400,700');

body {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #576063;
}

a {
  color: #e4431f;
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:hover {
  color: #1d2120;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  color: #3f4547;
}

h4 {
  color: #e4431f;
}

h5 {
  color: #1d2120;
}

section,
footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bg-dark {
  background-color: #e4431f !important;
}

.bg-light {
  background-color: #eaecf2 !important;
}

.bg-secondary {
  background-color: #1d2120 !important;
}

.btn {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 0.5rem 1.2rem;
  letter-spacing: 1px;
  border: 2px solid transparent;
}

.btn-primary {
  color: #1d2120;
  background-color: #e4431f;
  border-color: #e4431f;
}

.btn-primary:hover {
  color: #1d2120;
  background-color: #eaecf2;
  border-color: #eaecf2;
}

.btn-outline-dark {
  color: #e4431f;
  background-color: transparent;
  background-image: none;
  border-color: #e4431f;
}

.form-control {
  border: 1px solid #1d2120;
  border-radius: 0.8rem;
}

/* NAVIGATION */

.navbar {
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}

.navbar-brand img {
  width: 150px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #eaecf2;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #eaecf2;
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.5);
}

.navbar-toggler {
  border: 2px solid transparent;
}

/* SLIDER */

#slider .carousel-indicators li {
  width: 30px;
  height: 9px;
  border-radius: 8px;
}

#slider .carousel-indicators .active {
  background-color: #e4431f;
}

#slider .carousel-caption {
  right: 15%;
  bottom: 20%;
  left: 10%;
  width: 500px;
  text-align: left;
  padding: 20px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

#slider .carousel-caption h4 {
  color: #ffffff;
  font-size: 1.5rem;
}

/* vidprofil */
.bg-headline {
  height: 64px;
  margin-bottom: 3rem;
  padding-top: 1.1rem;
}

#vidprofil {
  background-image: url('../img/bg-vidprofil.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

#vidprofil .darkoverlay {
  background: -moz-linear-gradient(top, rgba(29, 33, 32,0.95) 0%, rgba(29, 33, 32,0.95) 79%, rgba(29, 33, 32,0) 80%);
  background: -webkit-linear-gradient(top, rgba(29, 33, 32,0.95) 0%,rgba(29, 33, 32,0.95) 79%,rgba(29, 33, 32,0) 80%);
  background: linear-gradient(to bottom, rgba(29, 33, 32,0.95) 0%,rgba(29, 33, 32,0.95) 79%,rgba(29, 33, 32,0) 80%);
}

#vidprofil .kasten {
  margin-bottom: -1rem;
}


/* obrizd */

#carouselRef .carousel-control-prev {
  left: 0px;
}

#carouselRef .carousel-control-next {
  right: 0px;
}

#carouselRef .carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#carouselRef .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


/* ANSPRECHPARTNER */

#ansprechpartner h5 {
  color: #e4431f;
  margin-top: 1rem;
}

/* KONTAKT */

#kontakt .form-hp {
  z-index:999;
  position:absolute;
  height:0;
  width:0;
  border:none;
  background:none;
  margin:0;
  top:0;
  left:0;
  clear:both;
  font-size:0px;
  line-height:0px;
}

footer {
  background-image: url('../img/bg-footer.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  color: #eaecf2;
}

footer h5,
footer h3,
footer h2 {
  color: #eaecf2;
}

footer a {
  color: #eaecf2;
  text-transform: uppercase;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

footer a:hover {
  text-decoration: none;
  color: #e4431f;
}

footer .footernav a {
  display: block;
  color: #eaecf2;
  text-transform: uppercase;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 1px solid white;
}

footer .footernav a:hover {
  text-decoration: none;
  border-bottom: 1px solid #e4431f;
  color: #e4431f;
}

a.klar {
  font-weight: bold;
  color: #009f94;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #carouselRef {
    min-height: 376px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .navbar {
    margin-top: 2rem;
  }
  .navbar-nav li {
    border-right: 2px solid #eaecf2;
  }
  .navbar-nav li:last-child {
    border-right: none;
  }
  #slider .carousel-caption {
    bottom: 15%;
    left: 20%;
    width: 825px;
  }
  #slider .carousel-caption h4 {
    font-size: 3.5rem;
  }
  #carouselRef {
    min-height: 496px;
  }
  #carouselRef .carousel-control-prev {
    left: -150px;
  }

  #carouselRef .carousel-control-next {
    right: -150px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .bg-dark {
    background-image: url('../img/navbg.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -320px top;
  }
  #carouselRef {
    min-height: 586px;
  }
}

@media (min-width: 1550px) {
  .bg-dark {
    background-position: -200px top;
  }
}

@media (min-width: 1850px) {
  .bg-dark {
    background-position: left top;
  }
}
